GetFontSubSet(Byte[]) Method
In This Topic
Gets font subset for raw font data.
Syntax
'Declaration
Public Overloads Shared Function GetFontSubSet( _
ByVal () As Byte _
) As FontSubSet
public static FontSubSet GetFontSubSet(
byte[]
)
Parameters
- data
- The raw font data.
Return Value
The font subset object.
See Also